home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / GAMES.SWF / scripts / DefineButton2_710 / BUTTONCONDACTION on(rollOut).as next >
Text File  |  1999-10-24  |  121b  |  11 lines

  1. on(rollOut){
  2.    if(count eq "6")
  3.    {
  4.       gotoAndPlay(564);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(526);
  9.    }
  10. }
  11.